type github.com/klauspost/compress/flate.decompressor
24 uses
github.com/klauspost/compress/flate (current package)
inflate.go#L310: type decompressor struct {
inflate.go#L347: func (f *decompressor) nextBlock() {
inflate.go#L392: func (f *decompressor) Read(b []byte) (int, error) {
inflate.go#L415: func (f *decompressor) WriteTo(w io.Writer) (int64, error) {
inflate.go#L447: func (f *decompressor) Close() error {
inflate.go#L459: func (f *decompressor) readHuffman() error {
inflate.go#L595: func (f *decompressor) dataBlock() {
inflate.go#L645: func (f *decompressor) copyData() {
inflate.go#L668: func (f *decompressor) finishBlock() {
inflate.go#L682: func (f *decompressor) doStep() {
inflate.go#L711: func (f *decompressor) moreBits() error {
inflate.go#L723: func (f *decompressor) huffSym(h *huffmanDecoder) (int, error) {
inflate.go#L795: func (f *decompressor) Reset(r io.Reader, dict []byte) error {
inflate.go#L796: *f = decompressor{
inflate.go#L809: type ReaderOpt func(*decompressor)
inflate.go#L814: return func(f *decompressor) {
inflate.go#L821: return func(f *decompressor) {
inflate.go#L830: var f decompressor
inflate_gen.go#L17: func (f *decompressor) huffmanBytesBuffer() {
inflate_gen.go#L268: func (f *decompressor) huffmanBytesReader() {
inflate_gen.go#L519: func (f *decompressor) huffmanBufioReader() {
inflate_gen.go#L770: func (f *decompressor) huffmanStringsReader() {
inflate_gen.go#L1021: func (f *decompressor) huffmanGenericReader() {
inflate_gen.go#L1268: func (f *decompressor) huffmanBlockDecoder() {
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |